-
Notifications
You must be signed in to change notification settings - Fork 8.3k
west.yml: Bump TF-M to allow FOTA upgrade #94859
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
west.yml: Bump TF-M to allow FOTA upgrade #94859
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|
7023409 to
8fd1a30
Compare
tomi-font
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the commit message when updating the revision, thanks!
Fixed! |
8fd1a30 to
d6c9fbe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit message is not fixed:
This pull a regression pull the fixes to allow Zephyr v3.7.1 upgrade to
v4.3.0.
Also maybe this would be worth a migration guide/release notes entry because if FOTA was broken when updating from <= v3.7 to < v4.3 then maybe now it won't work when updating from Zephyr versions 4.0-4.2 to >= 4.3?
Update TF-M to include fixes restoring FOTA upgrade compatibility between Zephyr v3.7.1 and v4.3.0. This fix allow both forward and rollback upgrades. Signed-off-by: BUDKE Gerson Fernando <gerson.budke@leica-geosystems.com>
d6c9fbe to
3a78066
Compare
|
Hi @tomi-font ,
Commit message reworked.
Add migration note with recommendation. |
Add documentation describing a TF-M attestation issue that prevents firmware-over-the-air (FOTA) upgrades between affected Zephyr releases. Recommend a direct upgrade to Zephyr v4.3.0 to avoid attestation and upgrade compatibility issues. Signed-off-by: BUDKE Gerson Fernando <gerson.budke@leica-geosystems.com>
3a78066 to
658acb6
Compare
|



This pull a regression fix to allow Zephyr v3.7.1 upgrade to v4.2.0.
More details in:
zephyrproject-rtos/trusted-firmware-m#147zephyrproject-rtos/trusted-firmware-m#152
TF-M regression introduced in:
https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/31755
Proposed fix:
https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/42130
Final fix:
https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/42981